home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / os2 / pcd_14.zip / README.PCD < prev    next >
Text File  |  1992-09-30  |  4KB  |  108 lines

  1. README-file for     Photo-CD software 
  2.                     Version 1.4
  3.                     (c) 1993 by Holger Hinze
  4.  
  5.  
  6.  
  7. PCD.EXE is a simple program for showing your Photo-CD pictures in OS/2
  8. fullscreen sessions.
  9. The following configuration is needed for running it:
  10.  
  11.     CD-ROM drive
  12.     Vesa-fullscreendriver VESA.DLL (see note below)
  13.     emx-DLLs EMX.DLL and EMXIO.DLL (version 0.8f is included in this package)
  14.     OS/2 2.x
  15.  
  16. VESA.DLL:
  17. ========
  18. If you have a ET4000 or Trident 8900 based graphics adapter, you can use one of the
  19. included files VESA_ET4.DLL or VESA_TR8.DLL and rename it to VESA.DLL. These
  20. DLLs support only 256 colormodes.
  21. For ET4000 hicolor cards or other cards look for the file VESA14.ZIP.
  22. It contains a ET4000 hicolordriver and information how to generate drivers
  23. for other cards.
  24.  
  25. You should move VESA.DLL, EMX.DLL and EMXIO.DLL to a directory mentioned 
  26. somewhere in your LIBPATH.
  27.  
  28. Before starting the program you can set the following environment-
  29. variables for running it correctly:
  30.  
  31.    PCDPATH   You can specify the path to search for your pictures.
  32.          e.g.  SET PCDPATH=F:\PHOTO_CD\IMAGES\  (must end with '\')
  33.  
  34.    PCDRGBVIO Specifies the Vesamode for 256-color and grayscalepictures.
  35.          You can use any 256 colormode.
  36.          e.g.  SET PCDRGBVIO=19      in decimal
  37.            SET PCDRGBVIO=0x13    in hex
  38.  
  39.          possible modes are:
  40.         0x013     320x200
  41.         0x101      640x480
  42.         0x103      800x600
  43.         0x105      1024x768
  44.  
  45.          default mode (if PCDRGBVIO is not defined) is 0x103.
  46.  
  47.    PCDHIVIO  Specifies the Vesamode for hicolorpictures.
  48.          You can use any 32k Hicolormode.
  49.          e.g.  SET PCDHIVIO=272      in decimal
  50.            SET PCDHIVIO=0x110    in hex
  51.  
  52.          possible modes are:
  53.         0x10d     320x200
  54.         0x110      640x480
  55.         0x113      800x600
  56.         0x116      1024x768
  57.  
  58.          default mode (if PCDHIVIO is not defined) is 0x113.
  59.  
  60.  
  61. The simplest way to run PCD.EXE is starting it without any parameter.
  62. The program will then ask you for the following parameters:
  63.  
  64.   -  number of the first picture to show. The number of picture is extended
  65.      by the program to the filename IMGxxxx.PCD, where xxxx is the
  66.      number of the picture.
  67.   -  resolution of the picture. Only the 3 lower resolutions available
  68.      on Photo-CD are possible: 768x512, 384x256, 192x128 pixel.
  69.   -  which mode to show the pictures. You can show it either in 256 color,
  70.      in 32768 color, as grayscale or extract one of the 3 basic colors red, green or blue.
  71.  
  72. You can add one or more of the following parameters. In this case it 
  73. doesn't ask you for the missing parameters and uses defaultvalues instead of.
  74.  
  75.    HICOL    use hicolormode
  76.    BW        show as grayscale
  77.                 (RGB is default)
  78.    HIRES    show with resolution 768x512 (default)
  79.    MEDRES    show with resolution 384x256
  80.    LORES    show with resolution 192x128
  81.    n        Number of the first picture to show (default is 1)
  82.    filename    Filename of a picture to show
  83.         (in this case PCDPATH is not added to the filename)
  84.  
  85. After loading the first picture the program will show you the picturenumber
  86. in the right bottom corner of the screen. (only in graphicmodes with at least
  87. 800x600 pixel)
  88. You can change to the next/previous picture by using the keys -> and <-.
  89. You also can change to an other picture by typing the number directly 
  90. (up to 3 decimals). In this case the keys you have pressed are shown 
  91. left to the picturenumber. These numbers are shown in green, if the picture 
  92. can be loaded, and in red, if there are problems (picture doesn't exist).
  93.  
  94. To exit the program press the <esc>-key.
  95.  
  96.  
  97. License:
  98. ========
  99. You are allowed to copy this program.
  100.  
  101. PCD.EXE was written and is Copyright (c) 1993 by
  102.  
  103.     Holger Hinze
  104.     Fliederwg 7
  105.     D-64839 Muenster
  106.     Germany
  107.  
  108. internet: hinzemue@rbg.informatik.th-darmstadt.de